3.585 \(\int \frac{1}{\sqrt{\cos (c+d x)} (a+b \cos (c+d x))} \, dx\)

Optimal. Leaf size=29 \[ \frac{2 \Pi \left (\frac{2 b}{a+b};\left .\frac{1}{2} (c+d x)\right |2\right )}{d (a+b)} \]

[Out]

(2*EllipticPi[(2*b)/(a + b), (c + d*x)/2, 2])/((a + b)*d)

________________________________________________________________________________________

Rubi [A]  time = 0.0453543, antiderivative size = 29, normalized size of antiderivative = 1., number of steps used = 1, number of rules used = 1, integrand size = 23, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.043, Rules used = {2805} \[ \frac{2 \Pi \left (\frac{2 b}{a+b};\left .\frac{1}{2} (c+d x)\right |2\right )}{d (a+b)} \]

Antiderivative was successfully verified.

[In]

Int[1/(Sqrt[Cos[c + d*x]]*(a + b*Cos[c + d*x])),x]

[Out]

(2*EllipticPi[(2*b)/(a + b), (c + d*x)/2, 2])/((a + b)*d)

Rule 2805

Int[1/(((a_.) + (b_.)*sin[(e_.) + (f_.)*(x_)])*Sqrt[(c_.) + (d_.)*sin[(e_.) + (f_.)*(x_)]]), x_Symbol] :> Simp
[(2*EllipticPi[(2*b)/(a + b), (1*(e - Pi/2 + f*x))/2, (2*d)/(c + d)])/(f*(a + b)*Sqrt[c + d]), x] /; FreeQ[{a,
 b, c, d, e, f}, x] && NeQ[b*c - a*d, 0] && NeQ[a^2 - b^2, 0] && NeQ[c^2 - d^2, 0] && GtQ[c + d, 0]

Rubi steps

\begin{align*} \int \frac{1}{\sqrt{\cos (c+d x)} (a+b \cos (c+d x))} \, dx &=\frac{2 \Pi \left (\frac{2 b}{a+b};\left .\frac{1}{2} (c+d x)\right |2\right )}{(a+b) d}\\ \end{align*}

Mathematica [A]  time = 0.0733196, size = 29, normalized size = 1. \[ \frac{2 \Pi \left (\frac{2 b}{a+b};\left .\frac{1}{2} (c+d x)\right |2\right )}{d (a+b)} \]

Antiderivative was successfully verified.

[In]

Integrate[1/(Sqrt[Cos[c + d*x]]*(a + b*Cos[c + d*x])),x]

[Out]

(2*EllipticPi[(2*b)/(a + b), (c + d*x)/2, 2])/((a + b)*d)

________________________________________________________________________________________

Maple [B]  time = 2.258, size = 150, normalized size = 5.2 \begin{align*} -2\,{\frac{\sqrt{ \left ( 2\, \left ( \cos \left ( 1/2\,dx+c/2 \right ) \right ) ^{2}-1 \right ) \left ( \sin \left ( 1/2\,dx+c/2 \right ) \right ) ^{2}}\sqrt{ \left ( \sin \left ( 1/2\,dx+c/2 \right ) \right ) ^{2}}\sqrt{-2\, \left ( \cos \left ( 1/2\,dx+c/2 \right ) \right ) ^{2}+1}}{ \left ( a-b \right ) \sqrt{-2\, \left ( \sin \left ( 1/2\,dx+c/2 \right ) \right ) ^{4}+ \left ( \sin \left ( 1/2\,dx+c/2 \right ) \right ) ^{2}}\sin \left ( 1/2\,dx+c/2 \right ) \sqrt{2\, \left ( \cos \left ( 1/2\,dx+c/2 \right ) \right ) ^{2}-1}d}{\it EllipticPi} \left ( \cos \left ( 1/2\,dx+c/2 \right ) ,-2\,{\frac{b}{a-b}},\sqrt{2} \right ) } \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/cos(d*x+c)^(1/2)/(a+b*cos(d*x+c)),x)

[Out]

-2*((2*cos(1/2*d*x+1/2*c)^2-1)*sin(1/2*d*x+1/2*c)^2)^(1/2)*(sin(1/2*d*x+1/2*c)^2)^(1/2)*(-2*cos(1/2*d*x+1/2*c)
^2+1)^(1/2)*EllipticPi(cos(1/2*d*x+1/2*c),-2*b/(a-b),2^(1/2))/(a-b)/(-2*sin(1/2*d*x+1/2*c)^4+sin(1/2*d*x+1/2*c
)^2)^(1/2)/sin(1/2*d*x+1/2*c)/(2*cos(1/2*d*x+1/2*c)^2-1)^(1/2)/d

________________________________________________________________________________________

Maxima [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \frac{1}{{\left (b \cos \left (d x + c\right ) + a\right )} \sqrt{\cos \left (d x + c\right )}}\,{d x} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/cos(d*x+c)^(1/2)/(a+b*cos(d*x+c)),x, algorithm="maxima")

[Out]

integrate(1/((b*cos(d*x + c) + a)*sqrt(cos(d*x + c))), x)

________________________________________________________________________________________

Fricas [F(-1)]  time = 0., size = 0, normalized size = 0. \begin{align*} \text{Timed out} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/cos(d*x+c)^(1/2)/(a+b*cos(d*x+c)),x, algorithm="fricas")

[Out]

Timed out

________________________________________________________________________________________

Sympy [F(-1)]  time = 0., size = 0, normalized size = 0. \begin{align*} \text{Timed out} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/cos(d*x+c)**(1/2)/(a+b*cos(d*x+c)),x)

[Out]

Timed out

________________________________________________________________________________________

Giac [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \frac{1}{{\left (b \cos \left (d x + c\right ) + a\right )} \sqrt{\cos \left (d x + c\right )}}\,{d x} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/cos(d*x+c)^(1/2)/(a+b*cos(d*x+c)),x, algorithm="giac")

[Out]

integrate(1/((b*cos(d*x + c) + a)*sqrt(cos(d*x + c))), x)